projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f521bf
)
configs: dra7xx_evm: enable eth driver model
author
Mugunthan V N
<
[email protected]
>
Wed, 10 Aug 2016 16:35:03 +0000
(22:05 +0530)
committer
Tom Rini
<
[email protected]
>
Fri, 12 Aug 2016 13:23:47 +0000
(09:23 -0400)
Enable eth driver model for dra7xx_evm as cpsw supports
driver model.
This was already added with the commit
641b936fa5ba
but with
commit
bd7245849f7c
to add fit support CONFIG_DM_ETH was missed.
Signed-off-by: Mugunthan V N <
[email protected]
>
Cc: Lokesh Vutla <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Acked-by: Lokesh Vutla <
[email protected]
>
configs/dra7xx_evm_defconfig
patch
|
blob
|
history
diff --git
a/configs/dra7xx_evm_defconfig
b/configs/dra7xx_evm_defconfig
index 44393d7a3eba274116ec597f90675811ec92aa85..956b83e410fa592ec5816f02df379e33d55f0579 100644
(file)
--- a/
configs/dra7xx_evm_defconfig
+++ b/
configs/dra7xx_evm_defconfig
@@
-62,3
+62,4
@@
CONFIG_PCF8575_GPIO=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_CMD_REGULATOR=y
+CONFIG_DM_ETH=y